home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / mofro.swf / scripts / DefineSprite_24_speech / frame_1 / DoAction.as
Text File  |  2011-01-13  |  135b  |  9 lines

  1. if(this.follow)
  2. {
  3.    this.onEnterFrame = function()
  4.    {
  5.       this._x = _root.hero._x;
  6.       this._y = _root.hero._y;
  7.    };
  8. }
  9.